Html Css Color HEX #652125 Pohutukawa

📋 copy color: '#652125'

red 101 ◦ green 33 ◦ blue 37

#652125
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #652125

Tints of Pohutukawa #652125

RGB

 RED value IS 101 (39.84% from 255) = 59.06%

 GREEN value IS 33 (13.28% from 255) = 19.3%

 BLUE value IS 37 (14.84% from 255) = 21.64%

R = 59.06%
G = 19.3%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#652125 (or 0x652125) is known color: Pohutukawa. HEX triplet: 65, 21 and 25. RGB value is (101,33,37). Sum of RGB (Red+Green+Blue) = 101+33+37=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #652125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652125 is #9ADEDA. Grayscale: #353535. Windows color (decimal): -10149595 or 2433381. OLE color: 2433381.

HSL color Cylindrical-coordinate representation of color #652125: hue angle of 356.47º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652125 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 33 37 -
CMYK 0 0.67 0.63 0.60
HSL 356.47º 0.51% 0.26% -
HSV(B) 356.47º 0.67% 0.4% -
XYZ 6.24 3.99 2.19 -
YUV 53.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 101 33 37 0 0.67 0.63 0.60 356.47 0.51 0.26
Hex 65 21 25 0 43 3F 3C 164 33 1A
Octal 145 41 45 0 103 77 74 544 63 32
Binary 1100101 100001 100101 0 1000011 111111 111100 101100100 110011 11010

Color Harmonies of #652125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652125

Black with #652125

Text Example


Text Example

White with #652125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652125; }

 p { color: rgb(101,33,37); }

 H1.HeaderClassName
 {
   color: #652125;
 }
 .AnyTagClassName
 {
   color: #652125;
 }
</style>

background-color css

<style>
 a { background-color: #652125; }

 a { background-color: rgb(101,33,37); }

 div.DivClassName
 {
   background-color: #652125;
 }
 .BgClassName
 {
   background-color: #652125;
 }
</style>

border-color css

<style>
 span { border-color: #652125; }

 span { border-color: rgb(101,33,37); }

 td.TdClassName
 {
   border-color: #652125;
 }
 .TagClassName
 {
   border-color: #652125;
 }
</style>