Html Css Color HEX #682024 Pohutukawa

📋 copy color: '#682024'

red 104 ◦ green 32 ◦ blue 36

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

Shades of Pohutukawa #682024

Tints of Pohutukawa #682024

RGB

 RED value IS 104 (41.02% from 255) = 60.47%

 GREEN value IS 32 (12.89% from 255) = 18.6%

 BLUE value IS 36 (14.45% from 255) = 20.93%

R = 60.47%
G = 18.6%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#682024 (or 0x682024) is known color: Pohutukawa. HEX triplet: 68, 20 and 24. RGB value is (104,32,36). Sum of RGB (Red+Green+Blue) = 104+32+36=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #682024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682024 is #97DFDB. Grayscale: #363636. Windows color (decimal): -9953244 or 2367592. OLE color: 2367592.

HSL color Cylindrical-coordinate representation of color #682024: hue angle of 356.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682024 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 36 -
CMYK 0 0.69 0.65 0.59
HSL 356.67º 0.53% 0.27% -
HSV(B) 356.67º 0.69% 0.41% -
XYZ 6.54 4.1 2.12 -
YUV 53.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 104 32 36 0 0.69 0.65 0.59 356.67 0.53 0.27
Hex 68 20 24 0 45 41 3B 165 35 1B
Octal 150 40 44 0 105 101 73 545 65 33
Binary 1101000 100000 100100 0 1000101 1000001 111011 101100101 110101 11011

Color Harmonies of #682024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682024

Black with #682024

Text Example


Text Example

White with #682024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682024; }

 p { color: rgb(104,32,36); }

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

background-color css

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

 a { background-color: rgb(104,32,36); }

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

border-color css

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

 span { border-color: rgb(104,32,36); }

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