Html Css Color HEX #691D28 Pohutukawa

📋 copy color: '#691D28'

red 105 ◦ green 29 ◦ blue 40

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

Shades of Pohutukawa #691D28

Tints of Pohutukawa #691D28

RGB

 RED value IS 105 (41.41% from 255) = 60.34%

 GREEN value IS 29 (11.72% from 255) = 16.67%

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 60.34%
G = 16.67%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#691D28 (or 0x691D28) is known color: Pohutukawa. HEX triplet: 69, 1D and 28. RGB value is (105,29,40). Sum of RGB (Red+Green+Blue) = 105+29+40=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #691D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691D28 is #96E2D7. Grayscale: #353535. Windows color (decimal): -9888472 or 2628969. OLE color: 2628969.

HSL color Cylindrical-coordinate representation of color #691D28: hue angle of 351.32º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #691D28 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 29 40 -
CMYK 0 0.72 0.62 0.59
HSL 351.32º 0.57% 0.26% -
HSV(B) 351.32º 0.72% 0.41% -
XYZ 6.65 4.04 2.44 -
YUV 52.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 105 29 40 0 0.72 0.62 0.59 351.32 0.57 0.26
Hex 69 1D 28 0 48 3E 3B 15F 39 1A
Octal 151 35 50 0 110 76 73 537 71 32
Binary 1101001 11101 101000 0 1001000 111110 111011 101011111 111001 11010

Color Harmonies of #691D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D28

Black with #691D28

Text Example


Text Example

White with #691D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691D28; }

 p { color: rgb(105,29,40); }

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

background-color css

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

 a { background-color: rgb(105,29,40); }

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

border-color css

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

 span { border-color: rgb(105,29,40); }

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