Html Css Color HEX #650C23 Pohutukawa

📋 copy color: '#650C23'

red 101 ◦ green 12 ◦ blue 35

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

Shades of Pohutukawa #650C23

Tints of Pohutukawa #650C23

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.11%

 BLUE value IS 35 (14.06% from 255) = 23.65%

R = 68.24%
G = 8.11%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#650C23 (or 0x650C23) is known color: Pohutukawa. HEX triplet: 65, 0C and 23. RGB value is (101,12,35). Sum of RGB (Red+Green+Blue) = 101+12+35=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #650C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C23 is #9AF3DC. Grayscale: #292929. Windows color (decimal): -10154973 or 2296933. OLE color: 2296933.

HSL color Cylindrical-coordinate representation of color #650C23: hue angle of 344.49º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650C23 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 12 35 -
CMYK 0 0.88 0.65 0.60
HSL 344.49º 0.79% 0.22% -
HSV(B) 344.49º 0.88% 0.4% -
XYZ 5.8 3.15 1.89 -
YUV 41.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 101 12 35 0 0.88 0.65 0.60 344.49 0.79 0.22
Hex 65 C 23 0 58 41 3C 158 4F 16
Octal 145 14 43 0 130 101 74 530 117 26
Binary 1100101 1100 100011 0 1011000 1000001 111100 101011000 1001111 10110

Color Harmonies of #650C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650C23

Black with #650C23

Text Example


Text Example

White with #650C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650C23; }

 p { color: rgb(101,12,35); }

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

background-color css

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

 a { background-color: rgb(101,12,35); }

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

border-color css

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

 span { border-color: rgb(101,12,35); }

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